*{
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	width: 1204px;
	margin: 0 auto;
}
#head{
	position: relative;
	width: 100%;
	height: 193px;
	display: block;
}
.head{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.logo{
	float: left;
	vertical-align: middle;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 4%;
}
.serch{
	float: left;
	width: 400px;
	height: 100%;
	line-height: 160px;
	text-align: left;
	margin: 0 auto;
}
.serch>select{
	position: relative;
	width: 80px;
	height: 30px;
	border: 1px #0000FF solid;
	margin: 0 auto;
}
.serch>input{
	position: relative;
	width: 250px;
	height: 30px;
	border: 1px #0000FF solid;
	margin: 0 auto;
	padding: 0;
}
.serch>.serchsub{
	position: relative;
	width: 40px;
	height: 30px;
	background: #0000CD;
	color: #fff;
	border: 1px #0000FF solid;
	margin: 0 auto;
	padding: 0;
}
.qrcode{
	float: right;
	width: 90px;
	height: 160px;
	font-size: 12px;
	background-image: url(../img/2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.qrcode>span{
	display: inline-block;
	/*line-height: 265px;*/
}
.navigation{
	position: relative;
	width: 1206px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
.navigation>img{
	width: 100%;
	padding: 0;
	display: block;
}
.nav{
	/*float: left;*/
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0757a0;
	padding: 0;
}
.nav>a{
	float: left;
	width: 12.5%;
	color: #FFFFFF;
}
.nav>a>li{
	float: left;
	width: 100%;
	list-style: none;
}
.footer{
	width: 100%;
	position: relative;
	height: 230px;
	margin: 0px auto;
	overflow: hidden;
	/*top: 30px;*/
	font-size: 12px;
}
.footer-li{
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #f6f6f6;
	border: 1px #EEEEEE solid;
}
.footer-li>span{
	float: left;
	/*width: 6%;*/
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #3593eb;
	background: #FFFFFF;
	padding: 0 30px;
}
.footer-a{
	position: relative;
	width: 100%;
	height: 100px;
	margin: 10px auto;
}
.footer-a>ul{
	/*float: left;*/
	width: 100%;
	/*height: 100px;*/
	border-top: 1px #EEEEEE solid;
	border-right: 1px #EEEEEE solid;
	display: table;
}
.footer-a>ul>li{
	float: left;
	list-style: none;
	width: 24.9%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-left: 1px #EEEEEE solid;
	border-bottom: 1px #EEEEEE solid;
}
.footer-a>ul>li>a{
	display: inline-block;
	text-decoration: none;
	width: 100%;
	/*color: #000000;*/
}
.footer-a>ul>li>a:hover{
	background: #000000;
	color: #FFFFFF;
}
.copy{
	position: absolute;
	width: 100%;
	height: 47px;
	bottom: 0;
	left: 0;
	/*background: #000000;	*/
	color: #FFFFFF;
	text-align: center;
	line-height: 47px;
}
.copy>label>span{
	margin-left: 2%;
}
